ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _SankeyPlotView<TOwnerView,TPlotDefinition,TNodeView,TFlowView> Class / _traverseNodeViews<TContext> Method

In This Topic
    _traverseNodeViews<TContext> Method (_SankeyPlotView<TOwnerView,TPlotDefinition,TNodeView,TFlowView>)
    In This Topic
    Syntax
    'Declaration
     
    Public MustOverride Sub _traverseNodeViews(Of TContext)( _
       ByVal callback As GrapeCity.DataVisualization.Chart.ITraverseViewCallBack(Of ISankeyNodeView,TContext), _
       ByVal context As TContext _
    ) 
    public abstract void _traverseNodeViews<TContext>( 
       GrapeCity.DataVisualization.Chart.ITraverseViewCallBack<ISankeyNodeView,TContext> callback,
       TContext context
    )

    Parameters

    callback
    context

    Type Parameters

    TContext
    See Also